home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TDIRNEWFOLDERDIALOG
/
TDIRNEWFOLDERDIALOG.txt
Wrap
Text File
|
2008-11-03
|
1KB
|
57 lines
inherited DirNewFolderDialog: TDirNewFolderDialog
Left = 274
Top = 378
Caption = 'Create New Folder'
ClientHeight = 131
ClientWidth = 225
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object NameLbl: TUiLabel
Left = 8
Top = 8
Height = 13
Caption = 'Name:'
end
object CreateInLbl: TUiLabel
Left = 8
Top = 56
Height = 13
Caption = 'Create in:'
end
object PathLbl: TUiLabel
Left = 18
Top = 75
Height = 13
Caption = '%'
ShowAccelChar = False
end
object NameEdit: TUiEdit
Left = 8
Top = 24
Width = 209
Height = 21
TabOrder = 0
OnChange = SomethingChanged
end
object OkBtn: TUiButton
Left = 64
Top = 96
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
AutoSize = asRight
end
object CancelBtn: TUiButton
Left = 144
Top = 96
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
AutoSize = asRight
end
end